Reorganize and enhance WireGuard DAppNode integration#409
Closed
pablomendezroyo wants to merge 77 commits intolinuxserver:masterfrom
Closed
Reorganize and enhance WireGuard DAppNode integration#409pablomendezroyo wants to merge 77 commits intolinuxserver:masterfrom
pablomendezroyo wants to merge 77 commits intolinuxserver:masterfrom
Conversation
Remove sysctls
Simplify route
Re-order restart property
increase delay if dyndns not set
fixed the license type typo, and added the report/issues link which is broken in the current version, and fixed the git URL to be the git file with the `.git` extension as used in all other manifests.
fix license typo, fix broken links
Add PR template
* Adding aliases to improve code resiliance (#31) * Adding more aliases to improve code resiliance * Removed hardcoded dappmanager IP * Improve getLocalIp * Add log for retrieving domain * Improve iteration * Add retries for internal IP retrieval * Add dappmanager IP as fallback --------- Co-authored-by: Alex Gonzalez Matias <104903362+alexgonmad@users.noreply.github.com>
* Add HOSTNAME global env * Add logs
Update upstream
- Implement setLocalhostConfig function to modify config for localhost usage. - Update getWireguardCredentials to handle --localhost flag. - Add tests for setLocalhostConfig to ensure correct functionality.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This update reorganizes the project structure, adds support for localhost configurations, and introduces a new API for managing WireGuard credentials. It also improves resilience, optimizes the web server API, and includes various bug fixes and enhancements for better performance and compatibility.